home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / makefiles / mk.NeXT < prev    next >
Text File  |  1993-11-13  |  456b  |  23 lines

  1. #
  2. # Makefile that sets machine-specific variables and rules 
  3. # for the NeXTstations
  4. #
  5. #
  6. # A machine-specific makefile is included by all other makefiles.
  7. #
  8.  
  9. MACHTYPE = next
  10. RANLIB = ranlib
  11.  
  12. CC = cc
  13.  
  14. # Uncomment the following line to compile fat binaries:
  15. #CC = cc -arch m68k -arch i386
  16.  
  17. INSTALL = ${GEOM}/tools/install.bsd
  18.  
  19. AR = fake_ar() { rm -f $$2; ar "$$@"; }; fake_ar
  20.  
  21. # NeXT 3.0 cc -M doesn't include file.c in file.o's dependencies!
  22. MKDEPFLAGS = -S
  23.